![]() |
YNQ
YNQ-1.5.2
|
Modules | |
| Credential fields length | |
Functions | |
| NQ_BOOL | ccResetCredentailsA (const NQ_CHAR *mountpoint) |
| NQ_BOOL | ccResetCredentails (const NQ_WCHAR *mountpoint) |
| NQ_BOOL | ccValidateUserA (NQ_CHAR *server) |
| NQ_BOOL | ccValidateUser (NQ_WCHAR *server) |
| NQ_BOOL | ccValidateUserByCredentialsA (NQ_CHAR *server, const AMCredentialsA *userCredentials) |
| NQ_BOOL | ccValidateUserByCredentials (NQ_WCHAR *server, const AMCredentials *userCredentials) |
This function clears user credentials associated with the given mount point.
After this call, NQ will query application in any of the following cases:
This call does not affect those shares that were connected before this call.
| mountpoint | The name of the mount point to clear credentials. |
This function clears user credentials associated with the given mount point.
After this call, NQ will query application in any of the following cases:
| mountpoint | The name of the mount point to clear credentials. |
This function is called by application to verify that the user credentials supplied by udGetCredentials() are sufficient on the specified server. Those credentials can be set by udSetCredentials() before calling this function.
| server | Server name the credentials should be verified against. If this parameter is NULL then NQ Client will try to automatically discover the Domain Controller and verify the credentials against it. |
This function is called by application to verify that the user credentials supplied by udGetCredentials() are sufficient on the specified server. Those credentials can be set by udSetCredentials() before calling this function.
| server | Server name the credentials should be verified against. If this parameter is NULL then NQ Client will try to automatically discover the Domain Controller and verify the credentials against it. |
| NQ_BOOL ccValidateUserByCredentialsA | ( | NQ_CHAR * | server, |
| const AMCredentialsA * | userCredentials | ||
| ) |
This function is called by application to verify that the supplied user credentials sufficient on the specified server.
| server | Server name the credentials should be verified against. If this parameter is NULL then NQ Client will try to automatically discover the Domain Controller and verify the credentials against it. |
| userCredentials | Pointer to a structure, which stores the user credentials. See AMCredentialsA structure. If NULL is supplied the credentials will be queried by udGetCredentials(). To initialize that structure use amCredentialsInitA(). It is the caller responsibility to release that structure. |
| NQ_BOOL ccValidateUserByCredentials | ( | NQ_WCHAR * | server, |
| const AMCredentials * | userCredentials | ||
| ) |
This function is called by application to verify that the supplied user credentials sufficient on the specified server.
| server | Server name the credentials should be verified against. If this parameter is NULL then NQ Client will try to automatically discover the Domain Controller and verify the credentials against it. |
| userCredentials | Pointer to a structure, which stores the user credentials. See AMCredentials structure. If NULL is supplied the credentials will be queried by udGetCredentials(). To initialize that structure use amCredentialsInitW(). It is the caller responsibility to release that structure. |